home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Tlen 6.0.1.12 pl / tleninst60112.exe / sdk / Plugin_src / options-bcb / Unit3.h < prev   
C/C++ Source or Header  |  2006-09-18  |  954b  |  29 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #ifndef Unit3H
  4. #define Unit3H
  5. //---------------------------------------------------------------------------
  6. #include <Classes.hpp>
  7. #include <Controls.hpp>
  8. #include <StdCtrls.hpp>
  9. #include <Forms.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm3 : public TForm
  12. {
  13. __published:    // IDE-managed Components
  14.         TGroupBox *GroupBox1;
  15.         TButton *Button1;
  16.         TEdit *Edit1;
  17.         TCheckBox *CheckBox1;
  18.         TListBox *ListBox1;
  19.         TRadioButton *RadioButton1;
  20.         TButton *Button2;
  21. private:    // User declarations
  22. public:        // User declarations
  23.         __fastcall TForm3(TComponent* Owner);
  24. };
  25. //---------------------------------------------------------------------------
  26. extern PACKAGE TForm3 *Form3;
  27. //---------------------------------------------------------------------------
  28. #endif
  29.